home *** CD-ROM | disk | FTP | other *** search
- #ifndef CLIB_INPUT_PROTOS_H
- #define CLIB_INPUT_PROTOS_H
-
- /*
- ** $VER: input_protos.h 40.1 (17.5.1996)
- **
- ** C prototypes. For use with 32 bit integers only.
- **
- ** Copyright © 1999 Amiga, Inc.
- ** All Rights Reserved
- */
-
- #ifdef __cplusplus
- extern "C" {
- #endif /* __cplusplus */
-
- #ifndef EXEC_TYPES_H
- #include <exec/types.h>
- #endif
- /*--- functions in V36 or higher (Release 2.0) ---*/
- UWORD PeekQualifier( VOID );
-
- #ifdef __cplusplus
- }
- #endif /* __cplusplus */
-
- #endif /* CLIB_INPUT_PROTOS_H */
-